/* Ling Height*/
/* Line Widget Width */
/* Line Widget Margin */
/* Element Height */
/* Element Height Within Border */
/* Element In Grid Height */
/* Element In Grid Width */
.border-visi {
  border-top: 1px #EEEEEE solid;
  border-left: 1px #EEEEEE solid;
  border-bottom: 1px #E0E0E0 solid;
  border-right: 1px #E0E0E0 solid;
}
.border-visi-re {
  border-bottom: 1px #EEEEEE solid;
  border-right: 1px #EEEEEE solid;
  border-top: 1px #E0E0E0 solid;
  border-left: 1px #E0E0E0 solid;
}
.scale-fade-0 {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.scale-fade-1 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.transition-on {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.transition-li {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.anti-aliasing {
  -webkit-transform: scale(0.99999);
  -moz-transform: scale(0.99999);
  -ms-transform: scale(0.99999);
  transform: scale(0.99999);
}
.transition-on-color {
  transition: color ease-in 0.2s;
}
.gradient-bg {
  background-image: -webkit-gradient(linear, top left, bottom left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.my-wza {
  cursor: pointer;
}
body {
  margin: 0;
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑';
}
input[disabled] {
  cursor: not-allowed;
}
.gd-footer p {
  margin: 0;
}
.header {
  position: relative;
  margin: 0;
  width: 100%;
  height: 74px;
  background-color: #f1f1f1;
}
.left-top-tm {
  text-decoration: none;
  outline: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 170px;
  line-height: 21px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: bold;
  color: #b5300e;
  text-align: center;
}
.type-drag {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #2f6ea2;
  display: inline-block;
  width: 104px;
  padding-left: 15px;
}
.type-drag .selected {
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 15px;
  color: #616161;
  text-indent: 12px;
}
.type-drag .list {
  position: absolute;
  top: 50px;
  left: 0;
  width: 118px;
  z-index: 1;
  border: 1px #E0E0E0 solid;
  background-color: #fff;
  height: auto;
  min-height: 1px;
  overflow: hidden;
}
.type-drag .list .item {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  clear: both;
  color: #757575;
  font-size: 14px;
  text-indent: 12px;
}
.type-drag .list .item:hover {
  background-color: #F5F5F5;
  color: #212121;
}
.type-drag:hover {
  overflow: visible;
}
.list-input-keywords {
  position: absolute;
  top: 0;
  left: 119px;
  box-sizing: content-box;
  height: 50px;
  line-height: 50px;
  margin: 0;
  color: #9E9E9E;
  font-size: 16px;
  width: 430px;
  padding: 0 10px;
  background: none;
  outline: none;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.list-search-button {
  position: absolute;
  top: 45px / 2;
  left: 881px;
  width: 70px;
  height: 29px;
  background-image: url(../img/search.jpg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.list-advance-search-button {
  position: absolute;
  top: 45px / 2;
  left: 829px;
  width: 110px;
  height: 29px;
  background-image: url(../img/search_advance_jump.jpg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  outline: none;
  text-decoration: none;
}
.advance-search-go {
  position: relative;
  width: 70px;
  height: 29px;
  margin: 13px 0 0 0;
  float: right;
  background-image: url(../img/search_advance.jpg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.left-part {
  position: absolute;
  top: 74px;
  left: 0;
  width: 150px;
  bottom: 0;
  border-right: 1px #E0E0E0 solid;
}
.left-part .hd {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 40px;
  font-size: 16px;
  color: #515151;
  border-bottom: 1px #E0E0E0 solid;
  background-image: url(../img/clock.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  clear: both;
}
.left-part .hd.box {
  background-image: url(../img/box.png);
}
.left-part .item {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 40px;
  font-size: 14px;
  color: #515151;
  border-bottom: 1px #E0E0E0 solid;
  margin: 0;
  clear: both;
  cursor: pointer;
}
.left-part .item.selected {
  color: #b5300e;
}
.list-part {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 500px;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.list-part.left {
  left: 0;
}
.sort-line {
  width: 100%;
  height: 40px;
  clear: both;
  border-bottom: #E0E0E0 solid 1px;
  position: relative;
}
.sort-line .hd {
  float: left;
  margin: 0 0 0 32px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #515151;
  font-size: 14px;
}
.sort-line .item {
  display: block;
  text-decoration: none;
  float: left;
  margin: 0 0 0 8px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #9b9b9b;
  font-size: 14px;
  cursor: pointer;
}
.sort-line .item.selected {
  color: #b5300e;
}
.sort-line.no-left {
  margin-left: 32px;
}
.sort-line.no-left .hd {
  margin-left: 0;
}
.position-select {
  width: auto;
  min-width: 1px;
  overflow: hidden;
  height: 56px;
  float: left;
}
.position-select .item {
  width: auto;
  min-width: 90px;
  overflow: hidden;
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 16px 0 16px 44px;
  font-size: 12px;
  padding: 0 0 0 24px;
  background-image: url(../img/whiteball.jpg);
  background-position: 7px 7px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.position-select .item.nm {
  margin-left: 0;
}
.position-select .item.selected {
  background-image: url(../img/redball.jpg);
  font-weight: bold;
}
.list-body {
  width: 100%;
  height: auto;
  min-height: 700px;
  overflow: hidden;
  clear: both;
  position: relative;
}
.total-line {
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin: 0 0 0 32px;
  padding: 0;
  font-size: 12px;
  color: #9E9E9E;
}
.list-body.limit .list-item .content {
  max-height: 96px;
}
.list-loading {
  margin: 200px auto;
  background-image: url(../img/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 26px;
}
.list-item {
  width: 670px;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  margin: 0 0 36px 32px;
  position: relative;
  padding: 0 0 24px 0;
}
.list-item .title {
  width: 100%;
  height: auto;
  line-height: 32px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #515151;
  font-size: 16px;
  font-weight: bold;
  clear: both;
}
.list-item .url {
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #515151;
  font-size: 13px;
  clear: both;
  overflow: hidden;
}
.list-item .content {
  width: 100%;
  height: auto;
  min-height: 24px;
  line-height: 24px;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  clear: both;
  overflow: hidden;
}
.list-item .publisher {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  min-width: 1px;
  overflow: hidden;
  color: #595cb5;
  font-size: 14px;
}
.list-item .date {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 1px;
  overflow: hidden;
  color: #595cb5;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.list-item em {
  font-style: normal;
  color: #f94646;
}
.list-item.inner {
  width: 638px;
  margin: 8px auto;
}
.list-item.inner .title {
  line-height: 24px;
  font-size: 15px;
}
.list-item.inner .url {
  display: none;
}
.list-item.inner .content {
  font-size: 12px;
  color: #757575;
}
.list-fragment {
  width: 670px;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  margin: 0 0 36px 32px;
  padding: 32px 0 24px 0;
  border: 1px #E0E0E0 solid;
  position: relative;
}
.list-fragment .fgtitle {
  width: 100%;
  min-width: 1px;
  height: auto;
  line-height: 32px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  text-indent: 16px;
  text-decoration: none;
  color: #424242;
  background-color: #F5F5F5;
  border-bottom: 1px #E0E0E0 solid;
  font-size: 14px;
  font-weight: bold;
  clear: both;
  text-align: left;
}
.list-fragment .trans-goto {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 16px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: right;
  width: auto;
  min-width: 1px;
  overflow: hidden;
  display: block;
  color: #595cb5;
}
.page-list {
  width: 100%;
  height: 64px;
  clear: both;
  border-top: 1px #E0E0E0 solid;
  margin-top: 36px;
}
.page-list .item {
  display: block;
  width: auto;
  min-width: 16px;
  margin: 20px 12px;
  padding: 0 4px;
  font-size: 12px;
  color: #616161;
  border: 1px #E0E0E0 solid;
  float: left;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.page-list .item.cur {
  background-color: #4489ca;
  color: #fff;
}
.page-list .item:hover {
  background-color: #4489ca;
  color: #fff;
}
.page-list .item.cur:hover {
  background-color: #fff;
  color: #212121;
}
.adv-line {
  width: 676px;
  height: 56px;
  border-bottom: 1px #E0E0E0 solid;
  margin: 0 0 0 32px;
  clear: both;
  float: left;
}
.textbox {
  width: 320px;
  height: 26px;
  border: 1px #E0E0E0 solid;
  float: left;
  margin: 14px 0 14px 0;
  position: relative;
}
.textbox .label {
  width: 160px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  font-size: 12px;
  color: #212121;
  background-color: #F5F5F5;
  border-right: 1px #E0E0E0 solid;
  text-align: center;
}
.textbox input {
  position: absolute;
  border: none;
  background-color: #fff;
  color: #616161;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  margin: 0;
  width: 143px;
  left: 161px;
  top: 0;
  outline: none;
}
.textbox input[disabled] {
  cursor: not-allowed;
}
.textbox.year {
  width: 90px;
  margin-left: 16px;
}
.textbox.year .label {
  width: 30px;
  left: 60px;
  border-left: 1px #E0E0E0 solid;
}
.textbox.year input {
  width: 43px;
  left: 0;
}
.textbox.nm {
  margin-left: 0;
}
.textbox.month {
  width: 60px;
  margin-left: 16px;
}
.textbox.month .label {
  width: 30px;
  left: 30px;
  border-left: 1px #E0E0E0 solid;
}
.textbox.month input {
  width: 43px;
  left: 0;
}
.select {
  width: 90px;
  height: 26px;
  border: 1px #E0E0E0 solid;
  float: left;
  margin: 14px 0 14px 0;
  position: relative;
  overflow: hidden;
  margin-left: 16px;
  cursor: pointer;
}
.select .selected {
  width: 60px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  font-size: 12px;
  color: #212121;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}
.select .arrow {
  background-color: #F5F5F5;
  border-left: 1px #E0E0E0 solid;
  width: 29px;
  height: 26px;
  background-image: url(../img/dragdown.jpg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 60px;
  z-index: 100;
}
.select .list {
  position: absolute;
  top: 26px;
  left: -1px;
  width: 90px;
  border: 1px #E0E0E0 solid;
  background-color: #fff;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  z-index: 200;
}
.select .list .item {
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: left;
  clear: both;
  color: #757575;
  font-size: 12px;
  text-indent: 12px;
}
.select .list .item:hover {
  background-color: #F5F5F5;
  color: #212121;
}
.select .list.big {
  width: 270px;
}
.select .list.big .item {
  clear: none;
  float: left;
  width: 90px;
}
.select .list.huge {
  width: 360px;
}
.select .list.huge .item {
  clear: none;
  float: left;
  width: 180px;
}
.select:hover {
  overflow: visible;
}
.adv-label {
  width: auto;
  height: 26px;
  line-height: 26px;
  margin: 15px 0 15px 0;
  font-size: 12px;
  float: left;
}
.margin-left {
  margin-left: 32px;
}
.advance-search {
  position: relative;
  display: none;
}
.empty-list {
  width: 220px;
  height: 133px;
  margin: 32px 22px;
  background-image: url(../img/empty.jpg);
  background-position: 7px 7px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .empty-list {
    background-image: url(../img/empty@2x.jpg);
    background-size: 210px 126px;
  }
}
.advance-show,
.advance-fold {
  position: absolute;
  left: 605px;
  width: 76px;
  overflow: hidden;
  font-size: 14px;
  color: #616161;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding: 0 24px 0 0;
  background-image: url(../img/advance-show.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.advance-fold {
  background-image: url(../img/advance-fold.jpg);
}
.sort-line.no-left .advance-show,
.sort-line.no-left .advance-fold {
  left: 573px;
}
.textbox.time-select {
  width: 210px;
  margin-left: 16px;
}
.textbox.time-select .label {
  width: auto;
  min-width: 1px;
  left: auto;
  right: 8px;
  border: none;
  z-index: 200;
  background-color: #fff;
  color: #cc0127;
  display: none;
}
.textbox.time-select input {
  z-index: 100;
  width: 164px;
  left: 0;
  text-align: center;
}
.textbox.time-select .calendar {
  position: absolute;
  z-index: 300;
  top: 27px;
  left: -1px;
  width: 211px;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  border-left: 1px #E0E0E0 solid;
  background-color: #fff;
  display: none;
}
.textbox.time-select .calendar .hd {
  position: relative;
  width: 210px;
  height: 38px;
  background-color: #b5300e;
  border-right: 1px #E0E0E0 solid;
}
.textbox.time-select .calendar .hd .prev-year {
  float: left;
  height: 38px;
  width: 10px;
  margin: 0 0 0 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/red_left.jpg);
  cursor: pointer;
}
.textbox.time-select .calendar .hd .cur-year {
  float: left;
  height: 38px;
  width: 48px;
  overflow: hidden;
  margin: 0 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
}
.textbox.time-select .calendar .hd .next-year {
  float: left;
  height: 38px;
  width: 10px;
  margin: 0 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/red_right.jpg);
  cursor: pointer;
}
.textbox.time-select .calendar .hd .prev-month {
  float: right;
  height: 38px;
  width: 10px;
  margin: 0 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/red_left.jpg);
  cursor: pointer;
}
.textbox.time-select .calendar .hd .cur-month {
  float: right;
  height: 38px;
  width: 24px;
  text-align: center;
  overflow: hidden;
  margin: 0 0 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
}
.textbox.time-select .calendar .hd .next-month {
  float: right;
  height: 38px;
  width: 10px;
  margin: 0 12px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/red_right.jpg);
  cursor: pointer;
}
.textbox.time-select .calendar .week-line {
  width: 210px;
  height: 20px;
  background-color: #F5F5F5;
  clear: both;
  border-right: 1px #E0E0E0 solid;
}
.textbox.time-select .calendar .week-line .week-item {
  float: left;
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #9E9E9E;
  overflow: hidden;
}
.textbox.time-select .calendar .day-table {
  width: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
}
.textbox.time-select .calendar .day-table .day {
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #9E9E9E;
  font-size: 12px;
  float: left;
  border-right: 1px #E0E0E0 solid;
  border-bottom: 1px #E0E0E0 solid;
}
.textbox.time-select .calendar .day-table .day.ac {
  color: #616161;
  font-weight: bold;
  cursor: pointer;
}
.textbox.time-select .calendar .day-table .day.cur {
  background-color: #b5300e;
  color: #fff;
  cursor: pointer;
}
.textbox.time-select.nm {
  margin-left: 0;
}
